home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
archive
/
xmenu10a.arj
/
XMENU.CFG
< prev
next >
Wrap
Text File
|
1993-09-01
|
3KB
|
93 lines
A 103
;DEBUG SCRIPT. Usage\>DEBUG XMENU.COM <XMENU.CFG
;
;creates new program, XMENU2.COM. Use ASCII text editor.
;
;
;NORMAL default 70, black on white. See COLORMAP.COM
DB 70
;BAR default 30, black on cyan
DB 30
;MENU default 1E, bright yellow on blue
DB 1E
;HEAD/FOOT default 71, blue on white
DB 71
;
;Edit text within quotes. See end comment.
; Zeros must align vertically.
;
;ZIP_VIEW
DB "PKUNZIP -C %F %A | VIEW /R ",0
;ZIP_EXTRACT
DB "PKUNZIP -E %F %A ",0
;ZIP_DELETE
DB "PKZIP -D %F %A ",0
;ZIP_FRESHEN
DB "PKZIP -F %F %A ",0
;ZIP_SFX
DB "ZIP2EXE %F ",0
;
;LHA_VIEW
DB "LHA P %F %A | VIEW /R ",0
;LHA_EXTRACT
DB "LHA E %F %A ",0
;LHA_DELETE
DB "LHA D %F %A ",0
;LHA_FRESHEN
DB "LHA F %F %A ",0
;LHA_SFX
DB "LHA S /x1 /t %F ",0
;
;ARJ_VIEW
DB "ARJ P %F %A | VIEW /R ",0
;ARJ_EXTRACT
DB "ARJ E -jd0 %F %A ",0
;ARJ_DELETE
DB "ARJ D %F %A ",0
;ARJ_FRESHEN
DB "ARJ F -r %F %A ",0
;ARJ_SFX
DB "ARJ F -je %F ",0
;
;ZOO_VIEW
DB "ZOO -P %F %A | VIEW /R ",0
;ZOO_EXTRACT
DB "ZOO -E %F %A ",0
;ZOO_DELETE
DB "ZOO -D %F %A ",0
;ZOO_FRESHEN
DB "ZOO -F %F %A ",0
;
;ARC_VIEW
DB "ARC P %F %A | VIEW /R ",0
;ARC_EXTRACT
DB "ARC E %F %A ",0
;ARC_DELETE
DB "ARC D %F %A ",0
;ARC_FRESHEN
DB "ARC F %F %A ",0
;ARC_SFX
DB "MKSARC %F ",0
;
;PAK_VIEW
DB "PAK P %F %A | VIEW /R ",0
;PAK_EXTRACT
DB "PAK E %F %A ",0
;PAK_DELETE
DB "PAK D %F %A ",0
;PAK_FRESHEN
DB "PAK F %F %A ",0
;PAK_SFX
DB "PAK C %F /EXE ",0
N XMENU2.COM
W
Q
Only the text within quote marks may be modified.
%F is the original filespec (archive name) specified on
the command line after XMENU.
%A is replaced by the selected file (or by the list of
file names if many files are tagged for extracting).
DO NOT CHANGE THE LENGTH OF ANY LINE. Check when you
are done that all terminating zeros align vertically.